DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / MoveRow Method

In This Topic
    MoveRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub MoveRow( _
       ByVal tableView As UIKit.UITableView, _
       ByVal sourceIndexPath As Foundation.NSIndexPath, _
       ByVal destinationIndexPath As Foundation.NSIndexPath _
    ) 
    public virtual void MoveRow( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath sourceIndexPath,
       Foundation.NSIndexPath destinationIndexPath
    )

    Parameters

    tableView
    sourceIndexPath
    destinationIndexPath
    See Also